home *** CD-ROM | disk | FTP | other *** search
/ Trusted Irix /B 4.0.4 / Trusted-Irix B-4.0.1.iso / dist / eoe1.idb / usr / include / sys / vcmd.h.z / vcmd.h
C/C++ Source or Header  |  1992-04-03  |  937b  |  30 lines

  1. # ifndef __SYS_VCMD_H__
  2. # define __SYS_VCMD_H__
  3.  
  4. /**************************************************************************
  5.  *                                      *
  6.  *          Copyright (C) 1990, Silicon Graphics, Inc.          *
  7.  *                                      *
  8.  *  These coded instructions, statements, and computer programs  contain  *
  9.  *  unpublished  proprietary  information of Silicon Graphics, Inc., and  *
  10.  *  are protected by Federal copyright law.  They  may  not be disclosed  *
  11.  *  to  third  parties  or copied or duplicated in any form, in whole or  *
  12.  *  in part, without the prior written consent of Silicon Graphics, Inc.  *
  13.  *                                      *
  14.  **************************************************************************/
  15. #ident "$Revision: 3.4 $"
  16. /*    vcmd.h    6.1    83/07/29    */
  17.  
  18. #define    VPRINT        0100
  19. #define    VPLOT        0200
  20. #define    VPRINTPLOT    0400
  21.  
  22. #define    VGETSTATE    0
  23. #define    VSETSTATE    1
  24.  
  25. #define VLF        01
  26. #define VFF        02
  27. #define VREOT        04
  28. #define VEOT        04
  29. # endif /* __SYS_VCMD_H__ */
  30.